home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / mail / mm / patch.03 < prev    next >
Text File  |  1991-02-03  |  959b  |  31 lines

  1. Patch number: 3
  2. MM Version 0.90
  3. Date: Mon Feb  4 21:42:06 1991
  4. Reported by: Edward DeHart <dehart@cert.sei.cmu.edu>  (Ultrix 3.1)
  5.          Antonio Querubin <tony@uhcmtg.phys.hawaii.edu> (Ultrix 4.0)
  6. Files: s-ultrix31.h, s-ultrix40.h
  7.  
  8. Description:
  9.  
  10. Modifications necessary to compile MM under Ultrix 3.1 and Ultrix 4.0.
  11.  
  12. Fix:
  13.  
  14. Rather than include the new files here, I'll describe how to generate
  15. the new files from the distributed s-ultrix20.h file.
  16.  
  17. s-ultrix31.h:
  18. 1) copy s-ultrix20.h to s-ultrix31.h
  19. 2a) global replace string "ultrix20" with "ultrix31"
  20. 2b) global replace string "ultrix 2.0" with "ultrix 3.1"
  21. 3) comment out the "#define volatile static" line at the bottom
  22.  
  23.  
  24. s-ultrix40.h:
  25. 1) copy s-ultrix20.h to s-ultrix40.h
  26. 2a) global replace string "ultrix20" with "ultrix40"
  27. 2b) global replace string "ultrix 2.0" with "ultrix 4.0"
  28. 3) comment out the "#define volatile static" line at the bottom
  29. 4) change "#undef HAVE_VOIDSIG" to "#define HAVE_VOIDSIG"
  30.  
  31.